home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / dspack / DSPACK231.exe / {app} / packages / DirectX9_BCB6.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2002-12-29  |  528 b   |  17 lines

  1. //---------------------------------------------------------------------------
  2.  
  3. #include <basepch.h>
  4. #pragma hdrstop
  5. #pragma package(smart_init)
  6. //---------------------------------------------------------------------------
  7.  
  8. //   Package source.
  9. //---------------------------------------------------------------------------
  10.  
  11. #pragma argsused
  12. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  13. {
  14.         return 1;
  15. }
  16. //---------------------------------------------------------------------------
  17.